-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datalink in assay file #43
base: feat/dataFile
Are you sure you want to change the base?
Conversation
This is something I would like to discuss too. @proccaserra take a look at this issue and the replies. To reiterate: The idea behind this is that, sometimes, you have observations only on the study level. For example, a temperature sensor produces measurements that you consider applicable to the whole field. This translates to a single observation unit, with observation level/type We thought that it might be a good idea to define a In my opinion also it doesn't make sense to create this unit unless you have study-level data (i.e. a measurement belonging not to a specific plant, plot or pot in the study, but to the study as a whole), because that's the purpose of the Assay file. Otherwise, if you want to provide a data file or link for the whole study, you can do so using the equivalent to MIAPPE's data file link section: the comment fields ( Does this make sense? |
thx @PapoutsoglouE. I see where you are coming from, I am concerned with validating such a representation. @bedroesb is there a test study on one of the server that would have such layout? |
@proccaserra I use always following endpoints to test my scripts:
and a really big one that contains treatments (I terminate most of the time within the process):
|
in my last PR #44 I fixed btw the docker file problem and is implemented in the refactoring branch now. |
This wil add a line in the assay file to point towards a data file on study level.
Example:
@cpommier if you aprove this, I am ready to merge